home *** CD-ROM | disk | FTP | other *** search
/ PC Direct 1995 May / PC Direct CD-ROM (May 1995).ISO / ipe / bri120e / disk1 / lib4esd.lib / DOS3TO6.SCR < prev    next >
Encoding:
Text File  |  1994-02-09  |  572 b   |  14 lines

  1. SETSYSFILE [BOOT_ROOT]    "AUTOEXEC.BAT"
  2. ; These lines set the path for edits to the autoexec.bat
  3.   IF [DISKSPACE] >= 5000000 ;checks for proper diskspace
  4.     UPGRADEOS 6.00 ;performs the upgrade
  5.     DELETEDIR [BOOT_ROOT] "DOS3" ALL ;deletes the old dos version
  6. ; in the package be sure to set the default path to C:\DOS60
  7.     REPLACEKEY "PATH=" "C:\DOS3" "C:\DOS60"  ;updates the path statement
  8. REBOOT
  9.   ELSE 
  10. EXIT 1 ;if not enough disk space the program exits
  11. ENDIF
  12. ;before running this script be sure that you have a PC in your inventory 
  13. ;that has DOS 6.0 installed.
  14.